home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / ded / ded.hlp < prev    next >
Text File  |  1984-09-18  |  1KB  |  38 lines

  1. MOTION COMMANDS
  2. CR,LF,^N,j    go to next entry
  3. -,<bs>,^P,k    go to previous entry
  4. f,^F,^V        forward a window
  5. b,^B,M-V    backward a window
  6. 1        go to top of dir
  7. G        go to bottom of dir
  8. / reg-exp    search forward thru filenames for reg-exp, or last one if null
  9. ? reg-exp    as above, but searches backwards.
  10.  
  11. GENERAL CONTROL
  12. Q        quit
  13. x        abort from this ded level w/o deletions
  14. ^Z,z        stop ded
  15. h        display this help blurb
  16. ! cmd, % cmd    execute 'cmd', replacing %'s by full pathname, #'s by tail and
  17.             @'s by relative directory.  ! in other window, % fullscreen
  18. .        execute last ! or % cmd, substituting current filename
  19.  
  20. INDEX DISPLAY
  21. ^L             refresh screen
  22. l        re-stat current entry and redisplay it
  23. L        re-stat all entries on current screen and redisplay
  24. r [f,n,r,s,w]    reverse sort by filename; filename as number; read date;
  25.             size; write date
  26. s        same as r but normal sort
  27.  
  28. ACTIONS ON CURRENT ENTRY
  29. d        mark current entry for deletion
  30. u        undelete current entry
  31. t        type current entry on terminal & pause in 2 window mode
  32.             abort with 'q' or interrupt (^C or DEL).
  33. T        type current entry using full screen (like "cat")
  34. m        Use the pager ("more") to display the current entry.
  35. e        edit current entry via editor or via ded if directory
  36. p        print current entry on line printer in small font (pr2)
  37. P        print current entry on line printer in large font
  38.